- GConvertError
alias GConvertError = _Anonymous_0
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- GIConv
alias GIConv = _GIConv*
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_convert
alias da_g_convert = gchar* function(const(gchar)* str, gssize len, const(gchar)* to_codeset, const(gchar)* from_codeset, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_convert_error_quark
alias da_g_convert_error_quark = GQuark function()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_convert_with_fallback
alias da_g_convert_with_fallback = gchar* function(const(gchar)* str, gssize len, const(gchar)* to_codeset, const(gchar)* from_codeset, const(gchar)* fallback, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_convert_with_iconv
alias da_g_convert_with_iconv = gchar* function(const(gchar)* str, gssize len, GIConv converter, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_filename_display_basename
alias da_g_filename_display_basename = gchar* function(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_filename_display_name
alias da_g_filename_display_name = gchar* function(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_filename_from_uri
alias da_g_filename_from_uri = gchar* function(const(gchar)* uri, gchar** hostname, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_filename_from_utf8
alias da_g_filename_from_utf8 = gchar* function(const(gchar)* utf8string, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_filename_to_uri
alias da_g_filename_to_uri = gchar* function(const(gchar)* filename, const(gchar)* hostname, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_filename_to_utf8
alias da_g_filename_to_utf8 = gchar* function(const(gchar)* opsysstring, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_get_filename_charsets
alias da_g_get_filename_charsets = gboolean function(const(gchar**)* charsets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_iconv
alias da_g_iconv = gsize function(GIConv converter, gchar** inbuf, gsize* inbytes_left, gchar** outbuf, gsize* outbytes_left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_iconv_close
alias da_g_iconv_close = gint function(GIConv converter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_iconv_open
alias da_g_iconv_open = GIConv function(const(gchar)* to_codeset, const(gchar)* from_codeset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_locale_from_utf8
alias da_g_locale_from_utf8 = gchar* function(const(gchar)* utf8string, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_locale_to_utf8
alias da_g_locale_to_utf8 = gchar* function(const(gchar)* opsysstring, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- da_g_uri_list_extract_uris
alias da_g_uri_list_extract_uris = gchar** function(const(gchar)* uri_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_convert
gchar* g_convert(const(gchar)* str, gssize len, const(gchar)* to_codeset, const(gchar)* from_codeset, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_convert_error_quark
GQuark g_convert_error_quark()
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_convert_with_fallback
gchar* g_convert_with_fallback(const(gchar)* str, gssize len, const(gchar)* to_codeset, const(gchar)* from_codeset, const(gchar)* fallback, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_convert_with_iconv
gchar* g_convert_with_iconv(const(gchar)* str, gssize len, GIConv converter, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_display_basename
gchar* g_filename_display_basename(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_display_name
gchar* g_filename_display_name(const(gchar)* filename)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_from_uri
gchar* g_filename_from_uri(const(gchar)* uri, gchar** hostname, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_from_utf8
gchar* g_filename_from_utf8(const(gchar)* utf8string, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_to_uri
gchar* g_filename_to_uri(const(gchar)* filename, const(gchar)* hostname, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_to_utf8
gchar* g_filename_to_utf8(const(gchar)* opsysstring, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_filename_charsets
gboolean g_get_filename_charsets(const(gchar**)* charsets)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_iconv
gsize g_iconv(GIConv converter, gchar** inbuf, gsize* inbytes_left, gchar** outbuf, gsize* outbytes_left)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_iconv_close
gint g_iconv_close(GIConv converter)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_iconv_open
GIConv g_iconv_open(const(gchar)* to_codeset, const(gchar)* from_codeset)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_locale_from_utf8
gchar* g_locale_from_utf8(const(gchar)* utf8string, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_locale_to_utf8
gchar* g_locale_to_utf8(const(gchar)* opsysstring, gssize len, gsize* bytes_read, gsize* bytes_written, GError** error)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_uri_list_extract_uris
gchar** g_uri_list_extract_uris(const(gchar)* uri_list)
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_convert
da_g_convert g_convert;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_convert_error_quark
da_g_convert_error_quark g_convert_error_quark;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_convert_with_fallback
da_g_convert_with_fallback g_convert_with_fallback;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_convert_with_iconv
da_g_convert_with_iconv g_convert_with_iconv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_display_basename
da_g_filename_display_basename g_filename_display_basename;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_display_name
da_g_filename_display_name g_filename_display_name;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_from_uri
da_g_filename_from_uri g_filename_from_uri;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_from_utf8
da_g_filename_from_utf8 g_filename_from_utf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_to_uri
da_g_filename_to_uri g_filename_to_uri;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_filename_to_utf8
da_g_filename_to_utf8 g_filename_to_utf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_get_filename_charsets
da_g_get_filename_charsets g_get_filename_charsets;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_iconv
da_g_iconv g_iconv;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_iconv_close
da_g_iconv_close g_iconv_close;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_iconv_open
da_g_iconv_open g_iconv_open;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_locale_from_utf8
da_g_locale_from_utf8 g_locale_from_utf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_locale_to_utf8
da_g_locale_to_utf8 g_locale_to_utf8;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
- g_uri_list_extract_uris
da_g_uri_list_extract_uris g_uri_list_extract_uris;
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.